This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Commit befa494
committed
Move InstawebHandler initialization after validity checks.
Creating an instaweb handler will run MakeRequestUrl, which assumes that
request->unparsed_uri is non-null. So move the creation to after where
we check that it's non-null. To be safe, move it all the way down to
where it's first needed, in case some other validity checks end up being
relevant.
Fixes #12481 parent 07bd70c commit befa494
File tree
3 files changed
+14
-3
lines changed- pagespeed
- apache
- system
3 files changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
368 | 374 | | |
369 | 375 | | |
370 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | 381 | | |
385 | 382 | | |
386 | 383 | | |
| |||
445 | 442 | | |
446 | 443 | | |
447 | 444 | | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2287 | 2287 | | |
2288 | 2288 | | |
2289 | 2289 | | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
| 2294 | + | |
0 commit comments